The Great Pacific Garbage Patch
The North Pacific Gyre is created by ocean currents connecting two smaller garbage patches: one near Japan and another between Hawaii and California. These currents form a large vortex that spans an area approximately twice the size of Texas, trapping debris within its rotation.
The Great Pacific Garbage Patch, part of this gyre, is not a solid island of trash but a massive area of polluted ocean. It is dominated by microplastics, with concentrations of up to 1.9 million pieces per square mile. Larger items, such as abandoned fishing nets, plastic containers, and buoys, are also present, with pollution stretching over 2,000 miles.
Marine debris has severe consequences for marine life. Sea turtles mistake plastic bags for food, while birds feed plastic fragments to their chicks, causing injury or starvation. Marine mammals are at risk of becoming entangled in discarded fishing nets, often drowning in a process known as ghost fishing.
This debris also disrupts the marine food web. Microplastics and other trash block sunlight needed by plankton and algae, which are crucial to the ocean’s ecosystem. A decline in these organisms reduces food sources for other species, potentially impacting the entire food chain and threatening seafood availability for humans.
Plastics exacerbate these problems by releasing harmful chemicals, such as BPA, as they degrade. They also absorb pollutants like PCBs from seawater, introducing these toxins into the food chain when consumed by marine animals.
Methods of Microplastic Collections
Organizations like The Ocean Cleanup are actively working to remove waste from high-pollution areas such as the Great Pacific Garbage Patch. Their efforts focus on innovative strategies to extract plastic debris and reduce the environmental impact of marine pollution.
To address the vast amounts of trash, multiple methods are employed, each tailored to target different types of debris. Hand picking is used for larger, visible items, such as fishing nets and containers. For microplastics and smaller debris, specialized tools are implemented.
The Neuston net, a fine mesh net traditionally used in oceanography, collects samples from the ocean’s surface. Its improved counterpart, the Manta net, allows for continuous-flow collection, increasing efficiency. Grab sampling involves collecting known volumes of surface water using glass containers, ensuring all microplastics within the sample are captured. For debris embedded in coastal sands, a PVC cylinder is utilized to extract sand samples for analysis and cleanup.
By combining these approaches, organizations are making strides in tackling marine pollution while contributing to scientific understanding of its composition and distribution.
Rationale to Study Plastic Collection in the Garbage Patch
Studying plastic collection in the Great Pacific Garbage Patch is essential for driving progress in cleanup efforts and addressing marine pollution effectively. Quantifying the amount of plastic removed provides a clear measure of success, offering tangible evidence of progress toward cleanup goals. Analyzing this data also helps evaluate the effectiveness of different methods, identifying which strategies work best and why.
Furthermore, the information gathered plays a critical role in shaping global policies. Reliable data supports legislative efforts aimed at improving waste management and reducing plastic production. It also raises public awareness by highlighting the scale of the problem, inspiring greater support for environmental initiatives.
Finally, studying plastic collection fosters continuous improvement. Feedback from data collection enables the optimization of technologies and methodologies, making future cleanup operations more efficient and impactful. This research not only contributes to the current fight against marine pollution but also lays the groundwork for more sustainable solutions.
We are interested in the spatial and temporal patterns of the plastic pollution level within the Great Pacific Garbage Patch. Our research thus focuses on two overarching questions:
Spatial distribution: Where within the Great Pacific Garbage Patch is microplastic pollution the most concentrated?
Temporal pattern: How have the pollution levels changed throughout the years?
Regarding the first research question, acknowledging convergent zone within the North Pacific Subtropical Gyre, we hypothesize that the microplastic concentration is highest at the center of the Garbage Patch. The null hypothesis is that the distribution is random throughout the NPSG.
For the second research question, our pessimistic alternative hypothesis is that plastic pollution levels demonstrate an increasing trend over time, driven by global mass consumption. The null hypothesis predicts that the pollution level fluctuates and does not reflect a fixed pattern.
In addition to the main quest, we are also curious about the differences among various data collection methods, therefore we want to have a third research question: 3. Based on the measured concentration level, are sampling methods different from one another?
We hypothesize that the methods are inherently different, with some designed to collect higher levels of concentration while others are sensitive to lower concentrations.
The data used in this study were extracted from the National Oceanic and Atmospheric Administration (NOAA) National Centers for Environmental Information (NCEI) Marine Microplastics Map Portal. This resource serves as a repository for datasets from research cruises and field work conducted by various researchers and institutions from around the world. NOAA enables users to freely export data from the portal. We exported all available 22,266 entries of microplastic data as csv files, stored under Data/NPSG_Microplastics_Raw/NPSG_Marine_Microplastics_WGS84.csv.
We can taka a glimpse of the dataset.
## Rows: 22,266
## Columns: 22
## $ OBJECTID <int> 9605, 10198, 11858, 11526, 13518, 9866, 451, 13447, 1…
## $ Oceans <chr> "Pacific Ocean", "Pacific Ocean", "Pacific Ocean", "A…
## $ Regions <chr> "", "Tasman Sea", "", "", "Mozambique Channel", "", "…
## $ SubRegions <chr> "", "", "", "", "", "", "", "", "", "", "", "Balearic…
## $ Sampling.Method <chr> "Grab sample", "Manta net", "Neuston net", "Neuston n…
## $ Measurement <dbl> 0.006000, 0.074271, 0.015594, 0.162885, 0.007885, 0.0…
## $ Unit <chr> "pieces/m3", "pieces/m3", "pieces/m3", "pieces/m3", "…
## $ Density.Range <chr> "0.005-1", "0.005-1", "0.005-1", "0.005-1", "0.005-1"…
## $ Density.Class <chr> "Medium", "Medium", "Medium", "Medium", "Medium", "Lo…
## $ Short.Reference <chr> "Barrows et al.2018", "Reisser et al.2013", "Eriksen …
## $ Long.Reference <chr> "Barrows, A.P.W., S.E. Cathey, C.W. Petersen. 2018. M…
## $ DOI <chr> "https://doi.org/10.1016/j.envpol.2018.02.062", "http…
## $ Organization <chr> "Adventure Scientist", "University of Western Austral…
## $ Keywords <chr> "Adventure Scientist/Citizen Science", "RV Southern S…
## $ Accession.Number <int> 211009, 252260, 275968, 275968, 276422, 211009, 21100…
## $ Accession.Link <chr> "https://www.ncei.noaa.gov/access/metadata/landing-pa…
## $ Latitude <dbl> -54.94000, -35.38805, -33.68990, -34.15860, -13.72567…
## $ Longitude <dbl> -69.154000, 150.848530, -72.000500, 4.858700, 47.7951…
## $ Date <chr> "3/19/2015 12:00:00 AM", "4/13/2012 12:00:00 AM", "2/…
## $ GlobalID <chr> "705d0de2-c32b-4d9c-9d2c-a9bd8fecfb51", "46bac357-f1a…
## $ x <dbl> -69.154000, 150.848530, -72.000500, 4.858700, 47.7951…
## $ y <dbl> -54.94000, -35.38805, -33.68990, -34.15860, -13.72567…
We can notice two important things:
Columns such as references, organization and DOI are not useful in this study, thus we can wrangle the dataset to select only the columns of interest, such as sampling method, measurement, unit, density range, and x-y coordinates.
The dataset contains multiple sampling methods as we have discussed in the introduction part. This will lead to problems in comparability of data with different measurement units. We should find out how many unique units there are and decide which unit to focus our study on.
## pieces kg-1 d.w. pieces/10 mins pieces/m3
## 418 5817 16031
From the metadata given by NOAA, we learned that the unit pieces/10 mins is for nurdle patrols, which involves handpicking plastic pellets along beaches. This falls out of our research scope as it is not data collected in the ocean within the area of interest. Data entries with units being pieces kg-1 dry weight are collected in ocean sediments. For unit consistency, we want to exclude this part of data from the main analysis.
We can take a further look at the spatial location of the data before proceeding to data wrangling.